The following tables list the members exposed by UnboundColumnWrapper<T>.
Name | Description | |
---|---|---|
UnboundColumnWrapper<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
Column | Returns reference to the grid unbound column |
Name | Description | ||
---|---|---|---|
ColSpan | GridColumn.ColSpan (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>) | ||
ColumnCssClass | GridColumn.ColumnCssClass (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>) | ||
ColumnIndex | GridColumn.ColumnIndex (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>) | ||
DataType | GridColumn.DataType | ||
DateDisplayType | GridColumn.DateDisplayType (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>) | ||
Format | GridColumn.Format | ||
FormatterFunction | GridColumn.FormatterFunction | ||
Formula | Formula function in the unbound column definition, which will calculate the value based on other cell values in the same row or any generic formula | ||
Group | Sets a group for the multicolumn header column (in this way the column becomes automatically multicolumn header column) | ||
GroupOptions | GridColumn.GroupOptions (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>) | ||
HeaderCssClass | GridColumn.HeaderCssClass (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>) | ||
HeaderText | GridColumn.HeaderText | ||
Hidden | GridColumn.Hidden | ||
Mapper | Reference to a client-side function (string) that can be used for complex data extraction from the data records, whose return value will be used for all data operations associated with this column. GridColumn.Mapper (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>) | ||
NavigationIndex | GridColumn.NavigationIndex (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>) | ||
Regional | GridColumn.Regional (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>) | ||
RowIndex | GridColumn.RowIndex (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>) | ||
RowSpan | GridColumn.RowSpan (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>) | ||
Template | Sets a template for an individual column. the contents of the template should be the HTML markup that goes inside the table cell, without any tags included in front and at the end. The syntax of the template, when referencing data keys and using conditional expressions is the same as the one for rowTemplate
| ||
UnboundValues | Sets an array of values which could be set for unbound columns at init time | ||
UpdateMode | Gets or sets update mode of the unbound column(this option is applied ONLY when option formula is set). Auto update unbound column value whenever the record/cell is updated | ||
Width | GridColumn.Width |
Name | Description | |
---|---|---|
SetUnboundColumn | Sets the instance of unbound column to the column (Inherited from Infragistics.Web.Mvc.GridColumnWrapper<T>) |
View on GitHub